Uses of Class
org.eclipse.vtp.framework.interactions.core.commands.MetaDataRequestCommand

Packages that use MetaDataRequestCommand
org.eclipse.vtp.framework.interactions.core.commands   
org.eclipse.vtp.framework.interactions.core.support   
 

Uses of MetaDataRequestCommand in org.eclipse.vtp.framework.interactions.core.commands
 

Methods in org.eclipse.vtp.framework.interactions.core.commands with parameters of type MetaDataRequestCommand
 java.lang.Object IConversationCommandVisitor.visitMetaDataRequest(MetaDataRequestCommand metaDataRequestCommand)
          Called when this visitor is passed to an meta-data request command instance.
 

Uses of MetaDataRequestCommand in org.eclipse.vtp.framework.interactions.core.support
 

Methods in org.eclipse.vtp.framework.interactions.core.support with parameters of type MetaDataRequestCommand
protected  IDocument AbstractPlatform.renderMetaDataRequest(ILinkFactory links, MetaDataRequestCommand metaDataMessageRequest)
          Renders a meta-data request to the user.